From: Felix Fietkau Date: Tue, 5 Aug 2008 08:04:51 +0000 (+0000) Subject: fix 'check' compile on avr32 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=fa618d6a0e379565dee9e2282226eeec65768cb9;p=openwrt%2Fsvn-archive%2Fpackages.git fix 'check' compile on avr32 SVN-Revision: 12130 --- diff --git a/libs/check/Makefile b/libs/check/Makefile index 2af107b5c..2d240804f 100644 --- a/libs/check/Makefile +++ b/libs/check/Makefile @@ -32,14 +32,8 @@ define Package/check/description endef define Build/Configure - (cd $(PKG_BUILD_DIR); \ - if [ -x $(CONFIGURE_CMD) ]; then \ - $(CP) $(SCRIPT_DIR)/config.{guess,sub} $(PKG_BUILD_DIR)/ && \ - $(CONFIGURE_VARS) \ - $(CONFIGURE_CMD) \ - $(CONFIGURE_ARGS) ;\ - fi \ - ) + $(CP) $(SCRIPT_DIR)/config.* $(PKG_BUILD_DIR)/build-aux/ + $(call Build/Configure/Default) endef define Build/Compile